home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / temacd / rapidphp / rapidphp7.exe / {app} / data / javascr.ini < prev    next >
INI File  |  2006-03-31  |  18KB  |  923 lines

  1. ; JavaScript
  2.  
  3. [%objects]
  4.  
  5. Anchor
  6. Area
  7. Array
  8. Base
  9. Body
  10. Boolean
  11. Button
  12. Checkbox
  13. Date
  14. Document
  15. FileUpload
  16. Form
  17. Frame
  18. Frameset
  19. Function
  20. Global
  21. Hidden
  22. History
  23. Iframe
  24. Image
  25. Link
  26. Location
  27. Math
  28. Meta
  29. Navigator
  30. Number
  31. Object
  32. Option
  33. Password
  34. Radio
  35. RegExp
  36. Reset
  37. Screen
  38. Select
  39. String
  40. Submit
  41. Table
  42. TableData
  43. TableHeader
  44. TableRow
  45. Text
  46. Textarea
  47. Window
  48.  
  49. [Anchor]
  50. %type=1
  51. accessKey=<property>
  52. charset=<property>
  53. coords=<property>
  54. href=<property>
  55. hreflang=<property>
  56. id=<property>
  57. innerHTML=<property>
  58. name=<property>
  59. rel=<property>
  60. rev=<property>
  61. shape=<property>
  62. tabIndex=<property>
  63. target=<property>
  64. type=<property>
  65. blur()=<method>
  66. focus()=<method>
  67. onBlur=<event>
  68. onFocus=<event>
  69.  
  70. [Array]
  71. %type=1
  72. constructor=<property>
  73. index=<property>
  74. input=<property>
  75. length=<property>
  76. prototype=<property>
  77. concat(ArrayName2, ArrayName3, ..., ArrayNameN)=<method>
  78. join(Separator)=<method>
  79. pop()=<method>
  80. push(Element1, ..., ElementN)=<method>
  81. reverse()=<method>
  82. shift()=<method>
  83. slice(Begin[, End])=<method>
  84. sort(CompareFunction)=<method>
  85. splice(Index, HowMany, [Element1][, ..., ElementN])=<method>
  86. toSource()=<method>
  87. toString()=<method>
  88. unshift(element1, ..., elementN)=<method>
  89. valueOf()=<method>
  90. watch()=<method>
  91. unwatch()=<method>
  92.  
  93. [Area]
  94. %type=1
  95. accessKey=<property>
  96. alt=<property>
  97. coords=<property>
  98. hash=<property>
  99. host=<property>
  100. hostname=<property>
  101. href=<property>
  102. id=<property>
  103. noHref=<property>
  104. pathname=<property>
  105. port=<property>
  106. protocol=<property>
  107. search=<property>
  108. shape=<property>
  109. tabIndex=<property>
  110. target=<property>
  111. onClick=<event>
  112. onDblClick=<event>
  113. onMouseOut=<event>
  114. onMouseOver=<event>
  115.  
  116. [Base]
  117. %type=1
  118. href=<property>
  119. id=<property>
  120. target=<property>
  121.  
  122. [Body]
  123. %type=1
  124. accessKey=<property>
  125. aLink=<property>
  126. background=<property>
  127. bgColor=<property>
  128. id=<property>
  129. link=<property>
  130. scrollLeft=<property>
  131. scrollTop=<property>
  132. text=<property>
  133. vLink=<property>
  134.  
  135. [Boolean]
  136. %type=1
  137. constructor=<property>
  138. prototype=<property>
  139. toSource()=<method>
  140. toString()=<method>
  141. valueOf()=<method>
  142. watch()=<method>
  143. unwatch()=<method>
  144.  
  145. [Button]
  146. %type=1
  147. accessKey=<property>
  148. disabled=<property>
  149. form=<property>
  150. id=<property>
  151. name=<property>
  152. tabIndex=<property>
  153. type=<property>
  154. value=<property>
  155. Blur=<method>
  156. Click=<method>
  157. Focus=<method>
  158. onBlur=<event>
  159. onClick=<event>
  160. onFocus=<event>
  161. onMouseDown=<event>
  162. onMouseUp=<event>
  163.  
  164. [Checkbox]
  165. %type=1
  166. accept=<property>
  167. accessKey=<property>
  168. align=<property>
  169. alt=<property>
  170. checked=<property>
  171. defaultChecked=<property>
  172. disabled=<property>
  173. form=<property>
  174. id=<property>
  175. name=<property>
  176. tabIndex=<property>
  177. type=<property>
  178. value=<property>
  179. blur()=<method>
  180. click()=<method>
  181. focus()=<method>
  182. onBlur=<event>
  183. onClick=<event>
  184. onFocus=<event>
  185. onMouseDown=<event>
  186. onMouseUp=<event>
  187.  
  188. [Date]
  189. %type=1
  190. constructor=<property>
  191. prototype=<property>
  192. getDate()=<method>
  193. getDay()=<method>
  194. getFullYear()=<method>
  195. getHours()=<method>
  196. getMilliseconds()=<method>
  197. getMinutes()=<method>
  198. getMonth()=<method>
  199. getSeconds()=<method>
  200. getTime()=<method>
  201. getTimezoneOffset()=<method>
  202. getUTCDate()=<method>
  203. getUTCDay()=<method>
  204. getUTCFullYear()=<method>
  205. getUTCHours()=<method>
  206. getUTCMilliseconds()=<method>
  207. getUTCMinutes()=<method>
  208. getUTCMonth()=<method>
  209. getUTCSeconds()=<method>
  210. getYear()=<method>
  211. parse(dateString)=<method>
  212. setDate(DateVal)=<method>
  213. setFullYear(YearVal[, MonthVal, DayVal])=<method>
  214. setHours(HoursVal[, MinutesVal, SecondsVal, MsVal])=<method>
  215. setMilliseconds(MillisecondsVal)=<method>
  216. setMinutes(MinutesVal[, SecondsVal, MsVal])=<method>
  217. setMonth(MonthVal[, DayVal])=<method>
  218. setSeconds(SecondsVal[, MsVal])=<method>
  219. setTime(TimeVal)=<method>
  220. setUTCDate(DateVal)=<method>
  221. setUTCFullYear(YearVal[, MonthVal, DayVal])=<method>
  222. setUTCHours(HoursVal[, MinutesVal, SecondsVal, MsVal])=<method>
  223. setUTCMilliseconds(MillisecondsVal)=<method>
  224. setUTCMinutes(MinutesVal[, SecondsVal, MsVal])=<method>
  225. setUTCMonth(MonthVal[, DayVal])=<method>
  226. setUTCSeconds(SecondsVal[, MsVal])=<method>
  227. setYear(YearVal)=<method>
  228. toGMTString()=<method>
  229. toLocaleDateString()=<method>
  230. toLocaleString()=<method>
  231. toLocaleTimeString()=<method>
  232. toSource()=<method>
  233. toString()=<method>
  234. toUTCString()=<method>
  235. UTC(Year, Month, Day[, Hours, Minutes, Seconds, Ms])=<method>
  236. valueOf()=<method>
  237. watch()=<method>
  238. unwatch()=<method>
  239.  
  240.  
  241. [FileUpload]
  242. %type=1
  243. accept=<property>
  244. accessKey=<property>
  245. align=<property>
  246. alt=<property>
  247. defaultValue=<property>
  248. disabled=<property>
  249. form=<property>
  250. id=<property>
  251. name=<property>
  252. tabIndex=<property>
  253. type=<property>
  254. value=<property>
  255. blur()=<method>
  256. focus()=<method>
  257. select()=<method>
  258. onBlur=<event>
  259. onClick=<event>
  260. onFocus=<event>
  261.  
  262. [Form]
  263. %type=1
  264. elements[]=<property>
  265. acceptCharset=<property>
  266. action=<property>
  267. encoding=<property>
  268. enctype=<property>
  269. id=<property>
  270. length=<property>
  271. method=<property>
  272. name=<property>
  273. tabIndex=<property>
  274. target=<property>
  275. reset()=<method>
  276. submit()=<method>
  277. onReset=<event>
  278. onSubmit=<event>
  279.  
  280. [Frame]
  281. %type=1
  282. contentDocument=<property>
  283. frameBorder=<property>
  284. id=<property>
  285. longDesc=<property>
  286. marginHeight=<property>
  287. marginWidth=<property>
  288. name=<property>
  289. noResize=<property>
  290. scrolling=<property>
  291. src=<property>
  292. blur()=<method>
  293. focus()=<method>
  294.  
  295. [Frameset]
  296. %type=1
  297. cols=<property>
  298. id=<property>
  299. rows=<property>
  300. blur()=<method>
  301. focus()=<method>
  302.  
  303. [Function]
  304. %type=1
  305. arity=<property>
  306. arguments=<property>
  307. constructor=<property>
  308. length=<property>
  309. prototype=<property>
  310. apply(ThisArg[, ArgArray])=<method>
  311. call(ThisArg[, Arg1[, Arg2[, ...]]])=<method>
  312. toSource()=<method>
  313. toString()=<method>
  314. valueOf()=<method>
  315.  
  316. [Hidden]
  317. %type=1
  318. defaultValue=<property>
  319. form=<property>
  320. id=<property>
  321. name=<property>
  322. type=<property>
  323. value=<property>
  324.  
  325. [Iframe]
  326. %type=1
  327. align=<property>
  328. contentDocument=<property>
  329. frameBorder=<property>
  330. height=<property>
  331. id=<property>
  332. longDesc=<property>
  333. marginHeight=<property>
  334. marginWidth=<property>
  335. name=<property>
  336. scrolling=<property>
  337. src=<property>
  338. width=<property>
  339.  
  340. [Image]
  341. %type=1
  342. align=<property>
  343. alt=<property>
  344. border=<property>
  345. complete=<property>
  346. height=<property>
  347. hspace=<property>
  348. id=<property>
  349. isMap=<property>
  350. longDesc=<property>
  351. lowsrc=<property>
  352. name=<property>
  353. src=<property>
  354. useMap=<property>
  355. vspace=<property>
  356. width=<property>
  357. onAbort=<event>
  358. onError=<event>
  359. onLoad=<event>
  360.  
  361. [Link]
  362. %type=1
  363. charset=<property>
  364. disabled=<property>
  365. href=<property>
  366. hreflang=<property>
  367. id=<property>
  368. media=<property>
  369. rel=<property>
  370. rev=<property>
  371. target=<property>
  372. type=<property>
  373. onLoad=<event>
  374.  
  375. [Number]
  376. %type=1
  377. constructor=<property>
  378. MAX_VALUE=<property>
  379. MIN_VALUE=<property>
  380. NaN=<property>
  381. NEGATIVE_INFINITY=<property>
  382. POSITIVE_INFINITY=<property>
  383. prototype=<property>
  384. toExponential([FractionDigits])=<method>
  385. toFixed([FractionDigits])=<method>
  386. toPrecision([precision])=<method>
  387. toSource()=<method>
  388. toString([Radix])=<method>
  389. valueOf()=<method>
  390. watch()=<method>
  391. unwatch()=<method>
  392.  
  393. [Object]
  394. %type=1
  395. constructor=<property>
  396. prototype=<property>
  397. align=<property>
  398. archive=<property>
  399. border=<property>
  400. code=<property>
  401. codeBase=<property>
  402. codeType=<property>
  403. data=<property>
  404. declare=<property>
  405. form=<property>
  406. height=<property>
  407. hspace=<property>
  408. id=<property>
  409. name=<property>
  410. standby=<property>
  411. tabIndex=<property>
  412. type=<property>
  413. useMap=<property>
  414. vspace=<property>
  415. width=<property>
  416. toSource()=<method>
  417. toString()=<method>
  418. unwatch()=<method>
  419. valueOf()=<method>
  420. watch()=<method>
  421.  
  422. [Option]
  423. %type=1
  424. defaultSelected=<property>
  425. disabled=<property>
  426. form=<property>
  427. id=<property>
  428. index=<property>
  429. label=<property>
  430. selected=<property>
  431. text=<property>
  432. value=<property>
  433.  
  434. [Password]
  435. %type=1
  436. accept=<property>
  437. accesskey=<property>
  438. defaultValue=<property>
  439. disabled=<property>
  440. form=<property>
  441. id=<property>
  442. maxLength=<property>
  443. name=<property>
  444. readOnly=<property>
  445. size=<property>
  446. tabIndex=<property>
  447. type=<property>
  448. value=<property>
  449. blur()=<method>
  450. click()=<method>
  451. focus()=<method>
  452. select()=<method>
  453. onBlur=<event>
  454. onFocus=<event>
  455. onKeyDown=<event>
  456. onKeyPress=<event>
  457. onKeyUp=<event>
  458.  
  459. [Radio]
  460. %type=1
  461. accept=<property>
  462. accesskey=<property>
  463. align=<property>
  464. alt=<property>
  465. checked=<property>
  466. defaultChecked=<property>
  467. disabled=<property>
  468. form=<property>
  469. id=<property>
  470. name=<property>
  471. size=<property>
  472. tabIndex=<property>
  473. type=<property>
  474. value=<property>
  475. blur()=<method>
  476. click()=<method>
  477. focus()=<method>
  478. select()=<method>
  479. onBlur=<event>
  480. onFocus=<event>
  481.  
  482. [RegExp]
  483. %type=1
  484. constructor=<property>
  485. global=<property>
  486. ignoreCase=<property>
  487. lastIndex=<property>
  488. multiline=<property>
  489. source=<property>
  490. prototype=<property>
  491. exec([Str])=<method>
  492. test([Str])=<method>
  493. toSource()=<method>
  494. toString()=<method>
  495. watch()=<method>
  496. unwatch()=<method>
  497.  
  498. [Reset]
  499. %type=1
  500. accept=<property>
  501. accesskey=<property>
  502. align=<property>
  503. alt=<property>
  504. defaultValue=<property>
  505. disabled=<property>
  506. form=<property>
  507. id=<property>
  508. name=<property>
  509. size=<property>
  510. tabIndex=<property>
  511. type=<property>
  512. value=<property>
  513. blur()=<method>
  514. click()=<method>
  515. focus()=<method>
  516. select()=<method>
  517. onBlur=<event>
  518. onFocus=<event>
  519.  
  520. [Select]
  521. %type=1
  522. options[]=<property>
  523. disabled=<property>
  524. form=<property>
  525. id=<property>
  526. length=<property>
  527. multiple=<property>
  528. name=<property>
  529. selectedIndex=<property>
  530. size=<property>
  531. tabIndex=<property>
  532. type=<property>
  533. value=<property>
  534. add()=<method>
  535. blur()=<method>
  536. focus()=<method>
  537. remove(Index)=<method>
  538. onBlur=<event>
  539. onChange=<event>
  540. onFocus=<event>
  541.  
  542. [String]
  543. %type=1
  544. constructor=<property>
  545. length=<property>
  546. prototype=<property>
  547. anchor("Name")=<method>
  548. big()=<method>
  549. blink()=<method>
  550. bold()=<method>
  551. charAt(Index)=<method>
  552. charCodeAt(Index)=<method>
  553. concat(StrName2, StrName3....StrName[n])=<method>
  554. fixed()=<method>
  555. fontcolor("Color")=<method>
  556. fontsize("Fontsize")=<method>
  557. fromCharCode("Num1,....,NumN")=<method>
  558. indexOf(SearchValue, [FromIndex])=<method>
  559. italics()=<method>
  560. lastIndexOf(SearchValue, [FromIndex])=<method>
  561. link("TargetURL")=<method>
  562. match(Regexp)=<method>
  563. replace(Regexp, NewSubString)=<method>
  564. search(Regexp)=<method>
  565. slice(StartSlice, EndSlice)=<method>
  566. small()=<method>
  567. split([Separator])=<method>
  568. strike()=<method>
  569. sub()=<method>
  570. substr(Start[, Length])=<method>
  571. substring(IndexA, IndexB)=<method>
  572. sup()=<method>
  573. toLowerCase()=<method>
  574. toSource()=<method>
  575. toString()=<method>
  576. toUpperCase()=<method>
  577. valueOf()=<method>
  578. watch()=<method>
  579. unwatch()=<method>
  580.  
  581. [Submit]
  582. %type=1
  583. accept=<property>
  584. accessKey=<property>
  585. align=<property>
  586. alt=<property>
  587. defaultValue=<property>
  588. disabled=<property>
  589. form=<property>
  590. id=<property>
  591. name=<property>
  592. size=<property>
  593. tabIndex=<property>
  594. type=<property>
  595. value=<property>
  596. blur()=<method>
  597. click()=<method>
  598. focus()=<method>
  599. select()=<method>
  600. onClick=<event>
  601. onSelectSrart=<event>
  602.  
  603.  
  604. [Table]
  605. %type=1
  606. rows[]=<property>
  607. tBodies[]=<property>
  608. align=<property>
  609. bgColor=<property>
  610. border=<property>
  611. caption=<property>
  612. cellPadding=<property>
  613. cellSpacing=<property>
  614. frame=<property>
  615. height=<property>
  616. id=<property>
  617. rules=<property>
  618. summary=<property>
  619. tFoot=<property>
  620. tHead=<property>
  621. width=<property>
  622. createCaption()=<method>
  623. createTFoot()=<method>
  624. createTHead()=<method>
  625. deleteCaption()=<method>
  626. deleteRow()=<method>
  627. deleteTFoot()=<method>
  628. deleteTHead()=<method>
  629. insertRow()=<method>
  630.  
  631. [TableData]
  632. %type=1
  633. abbr=<property>
  634. align=<property>
  635. axis=<property>
  636. bgColor=<property>
  637. cellIndex=<property>
  638. ch=<property>
  639. chOff=<property>
  640. colSpan=<property>
  641. headers=<property>
  642. noWrap=<property>
  643. rowSpan=<property>
  644. scope=<property>
  645. vAlign=<property>
  646. width=<property>
  647.  
  648. [TableHeader]
  649. %type=1
  650. abbr=<property>
  651. align=<property>
  652. axis=<property>
  653. bgColor=<property>
  654. cellIndex=<property>
  655. ch=<property>
  656. chOff=<property>
  657. colSpan=<property>
  658. headers=<property>
  659. noWrap=<property>
  660. rowSpan=<property>
  661. scope=<property>
  662. vAlign=<property>
  663. width=<property>
  664.  
  665. [TableRow]
  666. %type=1
  667. align=<property>
  668. bgColor=<property>
  669. ch=<property>
  670. chOff=<property>
  671. rowIndex=<property>
  672. sectionRowIndex=<property>
  673. vAlign=<property>
  674. deleteCell([i])=<method>
  675. insertCell(Index)=<method>
  676.  
  677. [Text]
  678. %type=1
  679. accept=<property>
  680. accessKey=<property>
  681. align=<property>
  682. alt=<property>
  683. defaultValue=<property>
  684. disabled=<property>
  685. form=<property>
  686. id=<property>
  687. maxLength=<property>
  688. name=<property>
  689. readOnly=<property>
  690. size=<property>
  691. tabIndex=<property>
  692. type=<property>
  693. value=<property>
  694. blur()=<method>
  695. focus()=<method>
  696. select()=<method>
  697. onBlur=<event>
  698. onChange=<event>
  699. onFocus=<event>
  700. onKeyDown=<event>
  701. onKeyPress=<event>
  702. onKeyUp=<event>
  703. onSelect=<event>
  704.  
  705. [Textarea]
  706. %type=1
  707. accessKey=<property>
  708. cols=<property>
  709. defaultValue=<property>
  710. disabled=<property>
  711. form=<property>
  712. id=<property>
  713. name=<property>
  714. readOnly=<property>
  715. rows=<property>
  716. tabIndex=<property>
  717. type=<property>
  718. value=<property>
  719. blur()=<method>
  720. focus()=<method>
  721. select()=<method>
  722. onBlur=<event>
  723. onChange=<event>
  724. onFocus=<event>
  725.  
  726. [document]
  727. %type=0
  728. anchors[]=<property>
  729. applets[]=<property>
  730. childNodes[]=<property>
  731. embeds[]=<property>
  732. forms[]=<property>
  733. images[]=<property>
  734. links[]=<property>
  735. stylesheets[]=<property>
  736. alinkColor=<property>
  737. bgColor=<property>
  738. body=<property>
  739. cookie=<property>
  740. documentElement=<property>
  741. domain=<property>
  742. fgColor=<property>
  743. lastModified=<property>
  744. linkColor=<property>
  745. referrer=<property>
  746. title=<property>
  747. URL=<property>
  748. vlinkColor=<property>
  749. close()=<method>
  750. createAttribute(Name)=<method>
  751. createElement(Tag)=<method>
  752. createTextNode(Txt)=<method>
  753. focus()=<method>
  754. getElementById(Id)=<method>
  755. getElementsByName(Name)=<method>
  756. getElementsByTagName(Tag)=<method>
  757. open([MimeType[, Replace]])=<method>
  758. write(String)=<method>
  759. writeln(String)=<method>
  760. onClick=<event>
  761. onDblClick=<event>
  762. onFocus=<event>
  763. onKeyDown=<event>
  764. onKeyPress=<event>
  765. onKeyUp=<event>
  766. onMouseDown=<event>
  767. onMouseMove=<event>
  768. onMouseOut=<event>
  769. onMouseOver=<event>
  770. onMouseUp=<event>
  771. onResize=<event>
  772.  
  773. [history]
  774. %type=0
  775. length=<property>
  776. back()=<method>
  777. forward()=<method>
  778. go(number | URL)=<method>
  779.  
  780. [location]
  781. %type=0
  782. hash=<property>
  783. host=<property>
  784. hostname=<property>
  785. href=<property>
  786. pathname=<property>
  787. port=<property>
  788. protocol=<property>
  789. search=<property>
  790. assign(URL)==<method>
  791. reload()=<method>
  792. replace(URL)=<method>
  793.  
  794. [navigator]
  795. %type=0
  796. plugins[]=<property>
  797. appCodeName=<property>
  798. appName=<property>
  799. appVersion=<property>
  800. cookieEnabled=<property>
  801. platform=<property>
  802. userAgent=<property>
  803. javaEnabled()=<method>
  804. taintEnabled()=<method>
  805.  
  806. [Math]
  807. %type=0
  808. E=<property>
  809. LN2=<property>
  810. LN10=<property>
  811. LOG2E=<property>
  812. LOG10E=<property>
  813. PI=<property>
  814. SQRT1_2=<property>
  815. SQRT2=<property>
  816. abs(x)=<method>
  817. acos(x)=<method>
  818. asin(x)=<method>
  819. atan(x)=<method>
  820. atan2(y,x)=<method>
  821. ceil(x)=<method>
  822. cos(x)=<method>
  823. exp(x)=<method>
  824. floor(x)=<method>
  825. log(x)=<method>
  826. max(x, y)=<method>
  827. min(x, y)=<method>
  828. pow(x, y)=<method>
  829. random()=<method>
  830. round(x)=<method>
  831. sin(x)=<method>
  832. sqrt(x)=<method>
  833. tan(x)=<method>
  834. watch()=<method>
  835. unwatch()=<method>
  836.  
  837. [Meta]
  838. %type=1
  839. charset=<property>
  840. content=<property>
  841. disabled=<property>
  842. httpEquiv=<property>
  843. name=<property>
  844. scheme=<property>
  845.  
  846. [screen]
  847. %type=0
  848. availHeight=<property>
  849. availWidth=<property>
  850. colorDepth=<property>
  851. height=<property>
  852. width=<property>
  853.  
  854. [window]
  855. %type=0
  856. frames[]=<property>
  857. closed=<property>
  858. defaultStatus=<property>
  859. dialogArguments=<property>
  860. dialogHeight=<property>
  861. dialogLeft=<property>
  862. dialogTop=<property>
  863. dialogWidth=<property>
  864. frameElement=<property>
  865. length=<property>
  866. name=<property>
  867. offscreenBuffering=<property>
  868. opener=<property>
  869. parent=<property>
  870. returnValue=<property>
  871. screenLeft=<property>
  872. screenTop=<property>
  873. self=<property>
  874. status=<property>
  875. top=<property>
  876. alert(Text)=<method>
  877. blur()=<method>
  878. clearInterval(ID)=<method>
  879. clearTimeout(ID)=<method>
  880. close()=<method>
  881. confirm(Text)=<method>
  882. focus()=<method>
  883. moveBy(x,y)=<method>
  884. moveTo(x,y)=<method>
  885. open(URL, Name[, Features])=<method>
  886. print()=<method>
  887. prompt(text,defaultText)=<method>
  888. resizeTo(width,height)=<method>
  889. scrollBy(xnum,ynum)=<method>
  890. scrollTo(xpos,ypos)=<method>
  891. setInterval(code, millisec[, "lang"])=<method>
  892. setTimeout(code,millisec,lang)=<method>
  893.  
  894. [Global]
  895. %type=2
  896. Infinity=<property>
  897. NaN=<property>
  898. undefined=<property>
  899. decodeURI()=<method>
  900. decodeURIComponent()=<method>
  901. encodeURI()=<method>
  902. encodeURIComponent()=<method>
  903. escape()=<method>
  904. eval()=<method>
  905. isFinite()=<method>
  906. isNaN()=<method>
  907. parseFloat()=<method>
  908. parseInt()=<method>
  909. unescape()=<method>
  910.  
  911.  
  912. [%description]
  913.  
  914. Global=Intrinsic object that collect global methods into one object
  915. Global.decodeURI()=decodeURI()#Decodes a Uniform Resource Identifier
  916.  
  917. Array=Multidimensional variable
  918. Array.concat()=Array.concat(arrayName2, arrayName3, ..., arrayNameN)#Joins two or more Array objects producing one new one. 
  919. Array.join()=Array.join(separator)#Joins all the elements of an array into a single string separated by a specified string separator (if none is specified, the default is a comma).
  920. Array.pop()=Array.pop()#Removes and returns the last element of an array.
  921. Array.push()=Array.push(element1, ..., elementN)#Adds one or more elements to an array, returning the new length of it. 
  922.  
  923.